projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9978dd
)
(main): Initialize displayname.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 2 Apr 1996 01:35:43 +0000
(
01:35
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 2 Apr 1996 01:35:43 +0000
(
01:35
+0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 687f1abf3e26a8a58b31c46642549a77efcfa3dc..3b221a108ec444fd5dc2734b2fbc7e7345fec7b8 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-602,7
+602,7
@@
Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
because we don't even know which window system dependent code
to run until we've recognized this argument. */
{
- char *displayname;
+ char *displayname
= 0
;
int i;
int count_before = skip_args;